'宣言 Public Function New( _ ByVal message As System.String, _ ByVal ParamArray args() As System.Object _ )
'使用法 Dim message As System.String Dim args() As System.Object Dim instance As New ReaderException(message, args)
パラメータ
- message
- The exception message formatting string.
- args
- The list of parameters supplied to the formatting string.